home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / misc_pto / mwpetz09 / poepoem.hpp < prev    next >
C/C++ Source or Header  |  1991-05-07  |  191b  |  14 lines

  1. #include "zapp.hpp"
  2. #define IDS_APPNAME 0
  3. #define IDS_CAPTION 1
  4. #define IDS_POEMRES 2
  5.  
  6. class poem:public AppFrame {
  7.     QuickTextPtr t;
  8.     IconPtr ico;
  9. public:
  10.     poem();
  11.     ~poem();
  12. };
  13.  
  14.